CRPETableLocation

This structure contains table location information and is used by CRPEJob::GetNthTableLocation, and CRPEJob::SetNthTableLocation.

Data Member

Each data member is set by the corresponding constructor parameter unless otherwise noted.

Member Type Default Description

m_location

_TCHAR

'\0'

Specifies a pointer to the string (of length PEP_TABLE_LOCATION_LEN = 256) that contains the database location (NULL-terminated).

m_SubLocation

_TCHAR

'\0'

Specifies a pointer to the string (of length PEP_TABLE_LOCATION_LEN = 256) that contains the database sublocation (NULL-terminated).

m_ConnectBuffer

_TCHAR

'\0'

Specifies a pointer to the string (of length PEP_CONNECTION_BUFFER_LEN = 512) that contains the database connection buffer (NULL-terminated).

Constructor CRPETableLocation::CRPETableLocation

This constructs a CRPETableLocation structure object. Call the constructor with no parameters to allow the Class Library to initialize all member variables with default values. Pass parameters to the constructor to assign specific values to each member variable.

Constructor Syntax (Default)

CRPETableLocation ();

Constructor Syntax
CRPETableLocation (
        const _TCHAR *location,
        const _TCHAR *SubLocation,
        const _TCHAR *ConnectionBuffer );


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com